home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / toy.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  134 b   |  11 lines

  1. on exitFrame
  2.   global Aframe
  3.   onVis(12)
  4.   sound stop 1
  5.   if soundBusy(2) = 0 then
  6.     go(Aframe)
  7.   else
  8.     Loopframe()
  9.   end if
  10. end
  11.